🌎 rns.kin.earth git 🌍
Commit 60a604f6350a2a9455c6db24459dd5c2b2b6eaa4
Parents : 55a2daf
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-12-06T00:06:45+01:00
Carrier change flag on listener replace
Changes
Diff
diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py
index ea4511dd..0845c580 100644
--- a/RNS/Interfaces/AutoInterface.py
+++ b/RNS/Interfaces/AutoInterface.py
@@ -334,6 +334,8 @@ class AutoInterface(Interface):
thread.daemon = True
thread.start()
+ self.carrier_changed = True
+
except Exception as e:
RNS.log("Could not get device information while updating link-local addresses for "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)
Served by rngit 1.5.2 - Generated in 0.07s